home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 January / EnterCD 01_2004.iso / Multimedia / Advanced Effect Maker Freeware Edition 1.0 / aemf10.exe / {app} / templates / checkeredwipeimage.swf / scripts / frame_10 / DoAction.as
Encoding:
Text File  |  2002-11-11  |  117 b   |  10 lines

  1. myp--;
  2. if(0 < myp)
  3. {
  4.    gotoAndPlay(_currentframe - 1);
  5. }
  6. else
  7. {
  8.    setProperty("mama", _visible, false);
  9. }
  10.